-
Notifications
You must be signed in to change notification settings - Fork 706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(map): add differential lanelet loading #6241
Open
StepTurtle
wants to merge
29
commits into
autowarefoundation:main
Choose a base branch
from
StepTurtle:feat/add_dynamic_lanelet_loading
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat(map): add differential lanelet loading #6241
StepTurtle
wants to merge
29
commits into
autowarefoundation:main
from
StepTurtle:feat/add_dynamic_lanelet_loading
+1,181
−18
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@StepTurtle Thanks for the PR. |
mitsudome-r
reviewed
Feb 20, 2024
map/map_loader/src/lanelet2_map_loader/lanelet2_map_loader_node.cpp
Outdated
Show resolved
Hide resolved
0b57570
to
1275f6f
Compare
3f87732
to
e02348d
Compare
Signed-off-by: Barış Zeren <baris@leodrive.ai>
Signed-off-by: Barış Zeren <baris@leodrive.ai>
Signed-off-by: Barış Zeren <baris@leodrive.ai>
Signed-off-by: Barış Zeren <baris@leodrive.ai>
Signed-off-by: Barış Zeren <baris@leodrive.ai>
Signed-off-by: Barış Zeren <baris@leodrive.ai>
Signed-off-by: Barış Zeren <baris@leodrive.ai>
Signed-off-by: Barış Zeren <baris@leodrive.ai>
Co-authored-by: Yamato Ando <yamato.ando@gmail.com>
Co-authored-by: Yamato Ando <yamato.ando@gmail.com>
Co-authored-by: Yamato Ando <yamato.ando@gmail.com>
196e205
to
21428db
Compare
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
fca09e8
to
169cf80
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component:common
Common packages from the autoware-common repository. (auto-assigned)
component:launch
Launch files, scripts and initialization tools. (auto-assigned)
component:map
Map creation, storage, and loading. (auto-assigned)
run:build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
run:deploy-docs
Mark for deploy-docs action generation. (used-by-ci)
type:documentation
Creating or refining documentation. (auto-assigned)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Dynamically load Lanelet2 maps required for the current driving situation, aiming to avoid time consumption and reduce computational costs in the planning pipeline, while also addressing long-term issues associated with Lanelet2 map projection.
Related links
Proposal Link
Tests performed
You can check the update comment in proposal to see current test results.
short.mp4
To test on your local environment, follow these steps:
enable_differential_map_loading
argument fromsrc/launch/autoware_launch/autoware_launch/launch/components/tier4_planning_component.launch
file:enable_differential_map_loading
argument fromsrc/launch/autoware_launch/autoware_launch/launch/components/tier4_map_component.launch
file:/map/dynamic_vector_map_marker
topic to Rviz. After you provide a 2D position, the dynamic should be loaded. (It looks with dark grey color.)ros2 launch autoware_launch planning_simulator.launch.xml map_path:=$HOME/autoware_map/dummy_800_4/ vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit
Documentation:
Notes for reviewers
Interface changes
Effects on system behavior
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.